home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 16
/
CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso
/
CUCD
/
Previews
/
ArtEffect2
/
rexx
/
plugin.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-05-08
|
347b
|
26 lines
/*
I/O Rexx Example
*/
options results
address "ArtEffect"
lockgui
loadpic 'pics:photoshop/portrait.jpg'
/*address command wait 5*/
domethod twirl angle '-20'
domethod antique color
/*
IMPORTANT!
Without leaving the plugins they can
not be reached from menu anymore.
*/
domethod antique noexec quit
domethod twirl noexec quit
unlockgui